home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / batchut / enqr_25.zip / addpath.bat next >
DOS Batch File  |  1994-05-19  |  226b  |  8 lines

  1. @echo off
  2. Enquire -z "You current PATH=$PATH\r\n"
  3. Enquire "\nEnter a directory to add to your path: ",enquirefoo
  4. Enquire -z "$path;$enquirefoo\r\n" |Enquire -f ,path
  5. Set enquirefoo=
  6. Enquire -z "You new PATH=$PATH\r\n"
  7.  
  8.